projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d557c
)
Seal priv pointer in GtkToolItem.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:30 +0000
(11:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:30 +0000
(11:06 +0000)
svn path=/trunk/; revision=20585
gtk/gtktoolitem.h
patch
|
blob
|
history
diff --git
a/gtk/gtktoolitem.h
b/gtk/gtktoolitem.h
index 865d02d30600d6878fbcdf515a21bef0e8254cbf..5432a2b6c6f4c2e7eff1ef4ee769cbe67168651a 100644
(file)
--- a/
gtk/gtktoolitem.h
+++ b/
gtk/gtktoolitem.h
@@
-49,7
+49,7
@@
struct _GtkToolItem
GtkBin parent;
/*< private >*/
- GtkToolItemPrivate *
priv
;
+ GtkToolItemPrivate *
GSEAL (priv)
;
};
struct _GtkToolItemClass